dsh-deveco-cli:把 HarmonyOS 开发命令接入 DSH 智能体

dsh-deveco-cli 是面向 HarmonyOS 开发者的统一命令行工具,由 fz-lyle 维护,基于 MIT 协议开源。它将 DevEco Studio 工具链中的 ohpm、hvigor、hdc、emulator、hilog 等分散命令封装为单一的 devecocli 入口,解决多工具路径拼接和环境变量配置繁琐的痛点。该工具以 DSH 插件形式发布,安装后可供 Agent 通过结构化参数调用,支持项目创建、构建、运行、设备与模拟器管理、UI 自动化检查(截图、点击、滑动)、日志查看、本地文档检索、代码规范检查、签名生成及 API 兼容性扫描等核心功能。此外,它提供 MCP 服务配

Read More
dsh-units:DeepSeek Harness 的单位换算插件

dsh-units 是 DeepSeek Harness (DSH) 的一个轻量级单位换算插件,旨在解决智能体在换算中易出现的错误。它提供 `convert_unit` 和 `list_units` 两个核心工具,覆盖长度、质量、温度、数据大小、油耗等 17 个类别,确保 MB 与 MiB、不同马力定义及 mpg 与 L/100km 等易混淆单位的准确换算。 该插件基于静态单位表进行纯算术计算,无网络、文件系统访问或代码执行,安全性高。`convert_unit` 支持符号或全称输入,拒绝非法操作,并返回包含公式和类别的结构化结果以便解释;`list_units` 用于查询可用单位。当前版本

Read More
dsh-tavily: Adding an Optional Tavily Search Tool to DeepSeek Harness

moguiyu/dsh-tavily is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to enhance search capabilities without replacing the built-in `web_search`. The plugin offers multi Tavily API key management, rotation-based or usage-priority failover mechanisms, secure usage viewing functionality, and direct Tavily tools such as `tavily_search`. These advanced tools are disabled by default and require manual activation, without affecting the original search paths. The plugin can be installed via GitHub or npm (package name `@moguiyu/dsh-tavily`), and requires DSH version 0.1.0-rc.x or later. Users need to configure `TAVILY_API_KEYS` in the settings.

Read More
dsh-scrape-webpage: Web Scraping and Statistical Analysis Plugin

`dsh-scrape-webpage` is a Host-only, zero-dependency, MIT-licensed plugin within the DeepSeek Harness ecosystem, designed to automate webpage content scraping and lightweight analysis. The plugin supports HTTP/HTTPS protocols and can extract titles, descriptions, body text, H1-H6 structures, and links (up to 100), along with outputting statistical information such as character count, reading time, language tendencies, and the top 30 high-frequency keywords. Its core advantage lies in the integration of image downloading and image recognition extension features. The plugin can download up to six page content images to the local environment and supports connecting independent image recognition plugins through the `scrape.imageAnalyzer` service interface, enabling the附加 output of visual analysis results for images. In terms of security, it runs by default within a sandbox environment, and if HTTPS encounters issues...

Read More